fix(rivetkit): expose client actor metadata#5016
Conversation
Code Review: fix(rivetkit): expose client actor metadataOverviewThis PR does three things:
Small, focused change with good intent. A few items worth addressing before marking ready. Issues1. Test does not exercise the constructor fix (medium) The new test uses To cover the new path, add a case that:
2.
3. asyncapi.json Both schema additions declare 4. CLAUDE.md note placement is slightly off (low) The new bullet is placed in the BARE/vbare schema section, but the statement ("client sends its latest request protocol version; servers handle older-client compatibility") is a general protocol versioning principle, not BARE-specific. Consider moving it to a higher-level section. What looks good
|
9c656c0 to
a499917
Compare
ec783c3 to
6127de0
Compare
a499917 to
da0205b
Compare
6127de0 to
9115227
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: